|
|
|
|
SplitterClass Class |
SplitterClass Class (Softelvdm.SftTreeNET Namespace)
An instance of the SplitterClass class represents the splitter bar in a SftTree/NET control and its attributes.
There is only one instance of the SplitterClass object for one SftTree/NET control. It is accessed using the control's Splitter property.
If a splitter bar is present (Splitter.Visible is True), it divides all columns into a left pane and a right pane.
If a tree control does not have a splitter bar (Splitter.Visible is False), only the left pane is available and all columns are located in the left pane.
VB |
Public Class SplitterClass Inherits Object |
C# |
public class SplitterClass : Object |
C++ |
public ref class SplitterClass : public Object |
Public |
Fields |
||||
Protected |
Constructors |
Properties |
Fields |
|
Description |
|
none | This class cannot be instantiated. |
Description | |
Returns the area of the splitter bar. | |
Describes the attributes of the left pane in a split tree control. | |
Defines whether the splitter bar is locked and cannot be moved. | |
Defines the maximum offset of the splitter bar while the user moves the splitter bar. | |
Defines the minimum offset of the splitter bar while the user moves the splitter bar. | |
Defines the horizontal offset of the splitter bar. | |
Describes the attributes of the right pane in a split tree control. | |
Defines whether the splitter bar is visible. | |
Defines the width of the splitter bar. | |
Description | |
Equals | Determines whether the specified Object is equal to the current Object. |
GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetType | Gets the Type of the current instance. |
Positions the splitter bar optimally, so the left pane can display as much data as possible without a horizontal scroll bar. | |
ReferenceEquals | Determines whether the specified Object instances are the same instance. |
ToString | Returns a String that represents the current Object. |
Description | |
Occurs when a property of a SplitterClass instance is modified. | |
Description | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone | Creates a shallow copy of the current Object. |
See Also Softelvdm.SftTreeNET Namespace